home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
17
/
6
/
DISK1760.ZIP
/
SETUP.BAT
< prev
Wrap
DOS Batch File
|
1991-02-13
|
2KB
|
59 lines
echo off
if not %1a==a goto num
cls
echo * DRAFT CHOICE Installation ERROR - No Disk Specified *
echo ---------------------------------------------------
echo The SETUP command must be followed by a drive/directory name.
echo To install the program on a formatted floppy disk, place the original
echo disk in Drive A, the blank disk in drive B, make A is the default
echo drive and use the command: SETUP b:
echo
echo To install the program on drive C in a directory named DC151, place
echo the original disk in drive A, make sure drive A is the default drive
echo and use the command: SETUP C:\DC151
echo
goto finals
:num
if exist DRAFTC.EXE goto insprog1
cls
echo * Program files not Found *
echo -----------------------
echo Note! The DRAFT CHOICE Files are not on the current logged drive.
ECHO The original DRAFT CHOICE disk should be in the default drive!
echo
:insprog1
cls
copy setup.bat %1\setup.bat >nul
if not exist %1\setup.bat goto isnotdir
cls
echo DRAFT CHOICE Installation
echo
copy *.* %1\*.*
echo *** Completed ***
echo -----
echo (1) Log on to the just installed Disk/Directory.
echo Type DC15U and press ENTER to extract the following files:
echo
echo DRAFTC.HLP - Help File
echo HTREE.EXE - Help file Loader
echo ROMAN.FNT - Roman Font File
echo LICENSE.DOC - Information about use of the program
echo VENDOR.DOC - Info for Distributing the program
echo NOZZLE.DCH - Sample drawing file
echo ORDER.ME - Order form
echo
echo (2) Log on to the just installed Disk/Directory.
echo Type DC-MAN and press ENTER to extract On-Disk Manual File.
echo
goto finals
:isnotdir
cls
echo ** DRAFT CHOICE Installation **
echo -------------------------
echo The specified sub-directory %1 probably DOES NOT exist.
echo Please create it or use a different sub-directory.
echo (Remember! No Trailing Backslash)
echo
:finals